[Top] [Prev] [Next] [Bottom]
[Contents]
SaVbsValEmail
Prints a VB Script function which checks that a string contains a valid e-mail format.
#include "savbs.h"
int SaVbsValEmail();
Argument
None
Returns an integer with a value of 0.
Prints a VB Script function that checks that a string contains a valid e-mail format. The valid format contains 1 and only one @ character and at least 1 character both before and after that character.
The code fragment:
SaVbsValEmail();
will write a string to standard out which is equivalent to the contents of the file:
config\htmlstyle\XValEmail.vbs
in the Sapphire distribution.
SaVbsSsnCheck, SaVbsZipCheck, SaVbsCardCheck, SaVbsDateFixNow
SaVbsValDate, SaVbsValDateFuture, SaVbsValDatePast, SaVbsIsAllDigits
SaVbsIsAllLetters, SaVbsIsFieldNotBlank, SaVbsState, SaVbsSimpleFormat
SaRegVbsScripts, SaPrintVbsScripts
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.